Put description in description field. (duh!)
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 5 Nov 2003 20:49:09 +0000 (20:49 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 5 Nov 2003 20:49:09 +0000 (20:49 +0000)
gpsbabel/easygps.c

index 85def632414682b3d6dcc89e0f60a18c3a926386..51bacc94f53c7b5ca2d12617e65f3023ed7d68e5 100644 (file)
@@ -136,7 +136,7 @@ data_read(void)
                                                break;
                                        }
                                }
-                               wpt_tmp->description = xstrdup(bbuf);
+                               wpt_tmp->notes = xstrdup(bbuf);
                                break;
                        case 9: /* NULL Terminated (vs. pascal) link */
                                bbufp = bbuf;